10 A = 0
20 for B = 1 to 5
30 input C
40 A = A + C
50 next B
60 print A
:return ;run 
